home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / match_up.swf / scripts / frame_104 / DoAction.as
Text File  |  2012-04-23  |  226b  |  14 lines

  1. tellTarget("/" add test)
  2. {
  3.    set("/:neu",eval("/:test").substr("6","4"));
  4.    gotoAndStop(eval("/:feld" add eval("/:neu")) + "1");
  5. }
  6. if(karte1nr eq karte2nr)
  7. {
  8.    gotoAndStop(107);
  9. }
  10. else
  11. {
  12.    gotoAndPlay(105);
  13. }
  14.